.header {
  padding: 0 100px;
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
}

.header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: rgba(176, 196, 222, 0.2);
}

.header.fixed .wrap .nav-box .nav ul li a {
  /* color: #ffffff; */
  color: white;
  font-size: 22px;
  text-shadow: 0 0 1px #e1ffff;
}

.header.theme {
  background: #ffffff;
}

.header.theme .wrap .nav-box .nav ul li a {
  color: #333333;
}

.header .wrap {
  height: 110px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .wrap .logo h1 a img {
  width: 320px;
  height: 90px;
}

.header .wrap .nav-box {
  display: flex;
  align-items: center;
}

.header .wrap .nav-box .nav ul {
  display: flex;
}

.header .wrap .nav-box .nav ul li {
  margin-right: 90px;
}

@media (min-width: 1252px) and (max-width: 1368px) {
  .header .wrap .nav-box .nav ul li {
    margin-right: 35px;
  }
}

@media (min-width: 769px) and (max-width: 1251px) {
  .header .wrap .nav-box .nav ul li {
    margin-right: 0px;
  }
}

/* .header .wrap .nav-box .nav ul li {
  margin-right: 30px;
} */
.header .wrap .nav-box .nav ul li a {
  font-size: 22px;
  color: #222222;
  position: relative;
  width: 110px;
  text-align: center;
  display: block;
  height: 110px;
  line-height: 110px;
}
.header .wrap .nav-box .nav ul li a:hover {
  color: #ca0915;
}
.header .wrap .nav-box .nav ul li a.active {
  font-weight: bold;
  color: #ca0915;
  border-bottom: 3px solid #ca0915;
}

.header .wrap .nav-box .nav ul li:hover .twomenu {
  max-height: 400px;
  height: auto;
}

.header .wrap .nav-box .nav ul li:hover .one {
  font-weight: bold;
  color: #ca0915;
  border-bottom: 3px solid #ca0915;
  box-sizing: border-box;
}

.header .wrap .nav-box .nav ul li .twomenu {
  position: absolute;
  top: 110px;
  width: 110px;
  background: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 25px 25px;
  max-height: 0;
  height: 0;
  transition: max-height 0.5s;
  overflow: hidden;
}

.header .wrap .nav-box .nav ul li .twomenu .item {
  text-align: center;
  width: 140px !important;
}

.header .wrap .nav-box .nav ul li .twomenu .item a {
  display: inline-block;
  transform: translateX(-15px);
  color: #666666;
  font-size: 20px;
  height: auto;
  line-height: normal;
  line-height: 36px;
}

.header .wrap .nav-box .nav ul li .twomenu .item a:hover {
  color: #ca0915;
}

.header .wrap .nav-box .fundraising a {
  display: block;
  width: 145px;
  height: 52px;
  border: 1px solid #e5002b;
  border-radius: 26px;
  line-height: 52px;
  box-sizing: border-box;
  padding-left: 44px;
  background: url("../images/heart-icon.png") no-repeat 17px center;
  background-size: 21px auto;
  font-size: 22px;
  font-weight: 500;
  color: #e5002b;
}

.header .wrap .menu {
  display: none;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.container .zybanner {
  width: 100%;
  height: 420px;
  background-position: center;
  background-repeat: no-repeat;
}

.container .zybanner.newsbanner {
  background-image: url("../images/news-banner.png");
  background-size: cover;
}

.container .zybanner.infobanner {
  background-image: url("../images/info-banner.png");
  background-size: cover;
}

.container .zybanner.aboutbanner {
  background-image: url("../images/about-banner.png");
  background-size: cover;
}

.container .zybanner.productbanner {
  background-image: url("../images/productbanner.png");
  background-size: cover;
}

.container .zybanner.contributionbanner {
  background-image: url("../images/contributionbanner.png");
  background-size: cover;
}

.container .zybanner.detailbanner {
  background-image: url("../images/product-bg.png");
  background-size: cover;
  padding-top: 100px;
  box-sizing: border-box;
}

.container .zybanner.detailbanner .title {
  font-size: 72px;
  font-family: FZJZHH;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
}

.container .zybanner.detailbanner .title::before {
  content: "";
  display: inline-block;
  width: 66px;
  height: 2px;
  margin-right: 33px;
  background: url("../images/line-left.png") no-repeat center;
  background-size: cover;
  margin-bottom: 25px;
}

.container .zybanner.detailbanner .title::after {
  content: "";
  display: inline-block;
  width: 66px;
  height: 2px;
  margin-left: 33px;
  background: url("../images/line-right.png") no-repeat center;
  background-size: cover;
  margin-bottom: 25px;
}

.container .breadcrumb {
  padding: 30px 0 29px 0;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 15px;
}

.container .breadcrumb .w1200 {
  font-size: 16px;
  color: #999999;
}

.container .breadcrumb .w1200 a {
  color: rgba(51, 51, 51, 0.5);
  font-size: 25px;
  font-weight: 700;
  font-family: "微软雅黑";
}

.container .breadcrumb .w1200 span {
  font-size: 25px;
  color: #333333;
  font-weight: 700;
  font-family: "微软雅黑";
}

.container .news-list .item {
  display: flex;
  margin-bottom: 30px;
}

.container .news-list .item .photo {
  margin-right: 36px;
}

.container .news-list .item .photo a {
  width: 404px;
  height: 217px;
  display: block;
}

.container .news-list .item .photo a img {
  width: 404px;
  height: 217px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  clip: rect(0px, 405px, 217px, 0px);
}

.container .news-list .item .info {
  height: 217px;
  width: 760px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container .news-list .item .info .headline a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 23px;
  color: #333333;
}

.container .detail-content .content div {
  font-size: 20px !important;
  color: #666666 !important;
  line-height: 29px;
  margin-bottom: 10px;
  font-family: SimSun !important;
}
@media only screen and (min-width: 768px) {
  .container .detail-content .content div img {
    display: inline;
    width: 20px;
    height: 20px;
    vertical-align: inherit !important;
    position: relative;
    top: 2px;
  }
}

.container .detail-content .content div img[src*="jpg"] {
  width: 100%;
  height: 100%;
}

.container .news-list .item .info .dec {
  font-size: 20px;
  color: rgba(51, 51, 51, 0.5);
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.container .news-list .item .info .tagsandmore {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container .news-list .item .info .tagsandmore .tags {
  display: flex;
}

.container .news-list .item .info .tagsandmore .tags .tag {
  font-size: 20px;
  color: rgba(51, 51, 51, 0.5);
  line-height: 20px;
  padding-left: 28px;
}

.container .news-list .item .info .tagsandmore .tags .tag.time {
  background: url("../images/time-icon.png") no-repeat left center;
  background-size: 20px auto;
  margin-right: 50px;
}

.container .news-list .item .info .tagsandmore .tags .tag.link {
  background: url("../images/link-icon.png") no-repeat left center;
  background-size: 20px auto;
}

.container .news-list .item .info .tagsandmore .more a {
  display: block;
  width: 150px;
  height: 48px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  display: block;
  box-sizing: border-box;
  line-height: 48px;
  font-size: 16px;
  font-style: italic;
  color: #3f3f3f;
  background: url("../images/more-icon.png") no-repeat 102px center;
  background-size: 14px auto;
  padding-left: 42px;
  cursor: pointer;
}

.container .news-list .item .info .tagsandmore .more a:hover {
  color: #ffffff;
  border-color: #ca0915;
  background: #ca0915 url("../images/more-icon_.png") no-repeat 102px center;
  background-size: 14px auto;
}

.container .detail-content {
  margin-top: 40px;
}

.container .detail-content .title {
  font-size: 35px;
  color: #333333;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
}

.container .detail-content .tags {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.container .detail-content .tags .tag {
  font-size: 16px;
  color: #b5b5b5;
  line-height: 20px;
  padding-left: 28px;
}

.container .detail-content .tags .tag.time {
  background: url("../images/time-icon.png") no-repeat left center;
  background-size: 20px auto;
  margin-right: 50px;
}

.container .detail-content .tags .tag.link {
  background: url("../images/link-icon.png") no-repeat left center;
  background-size: 20px auto;
}

.container .detail-content .content {
  margin-bottom: 50px;
}

.container .detail-content .content div a {
  font-size: 20px !important;
}

.container .detail-content .content p {
  font-size: 23px !important;
  color: #333333 !important;
  line-height: 40px !important;
  margin-bottom: 10px;
  font-family: "Microsoft Yahei" !important;
  text-indent: 2em;
}

.container .detail-content .content td {
  font-size: 20px !important;
  color: #666666;
  line-height: 29px;
  margin-bottom: 10px;
}

.container .detail-content .content td a u {
  font-size: 12px !important;
  color: #0066cc !important;
}

.container .detail-content .content p a u {
  font-size: 12px !important;
  color: #0066cc !important;
}

.container .detail-content .content p a span {
  font-size: 12px !important;
  color: #0066cc !important;
}

.container .detail-content .content p img {
  display: inline;
}
.container .detail-content .content p img[src$="gif"] {
  width: 20px;
  height: 20px;
  display: inline-block;
  transform: translateY(-3px);
}
.container .detail-content .content p img[src$="jpg"] {
  display: block;
}

.container .detail-content .content p span {
  font-size: 23px !important;
  color: #333333 !important;
  line-height: 40px !important;
  margin-bottom: 10px;
  font-family: "Microsoft Yahei" !important;
}

.container .detail-content .content section span {
  font-size: 23px !important;
  color: #333333 !important;
  line-height: 40px;
  margin-bottom: 10px;
  font-family: "Microsoft Yahei" !important;
}

.container .detail-content .content p a {
  font-size: 20px !important;
  color: #0066cc !important;
}
/* .page-news .container .detail-content .content p img {
  width: auto !important;
  height: auto !important;
} */
/* @media only screen and (max-width: 769px) {
  .container .detail-content .content p img {
    max-width: 100%;
    width: 20px;
    height: 20px;
    vertical-align: inherit !important;
  }
  .container .detail-content .content p span img {
    width: auto;
    height: auto;
  }
} */
.container .info-list {
  /* border-top: 1px solid #efefef; */
  /* margin-top: 30px; */
}

.container .info-list .item {
  display: flex;
  padding: 15px 20px;
  box-sizing: border-box;
  /* border-bottom: 1px solid #efefef; */
  align-items: center;
  justify-content: space-between;
}

.container .info-list .item .headline a {
  width: 900px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 23px;
  font-family: "微软雅黑";
  color: #333333;
  position: relative;
  padding-left: 20px;
}
.container .info-list .item .headline a:hover {
  color: #ca0915;
}
.container .info-list .item .headline a::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ca0915;
}

.container .info-list .item .time {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.5);
  font-family: "微软雅黑";
}

.container .info-list .item .download a {
  font-size: 16px;
  color: #9d9d9d;
  line-height: 28px;
  padding-left: 30px;
  background: url("../images/download-icon.png") no-repeat left center;
  background-size: 24px auto;
}

.container .info-list .item .download a:hover {
  background: url("../images/download-icon_.png") no-repeat left center;
  background-size: 24px auto;
  color: #ca0915;
}

.container .magazine-list {
  display: flex;
  flex-wrap: wrap;
}

.container .magazine-list .item {
  width: 215px;
  margin-right: 31px;
  margin-bottom: 40px;
}

.container .magazine-list .item:nth-child(5n) {
  margin-right: 0;
}

.container .magazine-list .item .headline a {
  font-size: 16px;
  color: #323232;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 215px;
  display: block;
  text-align: center;
}

.container .magazine-list .item .photo {
  margin-bottom: 25px;
}

.container .magazine-list .item .photo a {
  display: block;
  width: 215px;
  height: 281px;
}

.container .magazine-list .item .photo a img {
  width: 215px;
  height: 281px;
}

.container .honor-list {
  display: flex;
  flex-wrap: wrap;
}

.container .honor-list .item {
  width: 282px;
  margin-right: 24px;
  margin-bottom: 40px;
}

.container .honor-list .item:nth-child(4n) {
  margin-right: 0;
}

.container .honor-list .item .headline a {
  font-size: 23px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 282px;
  display: block;
  text-align: center;
}

.container .honor-list .item .headline a:hover {
  color: #ca0915;
}

.container .honor-list .item .photo {
  margin-bottom: 25px;
}

.container .honor-list .item .photo a {
  display: block;
  width: 282px;
  height: 194px;
}

.container .honor-list .item .photo a img {
  width: 282px;
  height: 194px;
}

.container .report-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.container .report-list .item {
  width: 284px;
  margin-bottom: 40px;
  flex: 0 0 25%;
}

.container .report-list .item:nth-child(5n) {
  margin-right: 0;
}

.container .report-list .item .headline a {
  font-size: 23px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 215px;
  display: block;
  text-align: center;
}
.container .report-list .item .headline a:hover {
  color: #ca0915;
}
.container .report-list .item .photo {
  margin-bottom: 25px;
}

.container .report-list .item .photo a {
  display: block;
  width: 215px;
  height: 284px;
}

.container .report-list .item .photo a img {
  width: 215px;
  height: 284px;
}

.container .report-list .item .headlines a {
  font-size: 16px;
  color: #323232;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 284px;
  display: block;
  text-align: center;
}

.container .report-list .item .photos {
  margin-bottom: 25px;
}

.container .report-list .item .photos a {
  display: block;
  width: 284px;
  height: 215px;
}

.container .report-list .item .photos a img {
  width: 284px;
  height: 215px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  clip: rect(0px, 284px, 215px, 0px);
}

.container .about-content .title {
  font-size: 35px;
  color: #333333;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 45px;
  text-align: center;
  font-weight: 700;
}

.container .about-content .title::before {
  content: "";
  width: 30px;
  height: 4px;
  /* background: #ca0915; */
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.container .about-content .title.moss {
  display: none;
}

.container .about-content .content {
  margin-bottom: 60px;
}

.container .about-content .content #sub-title span {
  font-size: 20px !important;
}

.container .about-content .content h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.container .about-content .content h2 span {
  font-size: 20px !important;
}

.container .about-content .content p {
  font-size: 23px !important;
  color: #333333 !important;
  line-height: 40px !important;
  margin-bottom: 10px;
}
.container .about-content .content p img {
  width: auto;
}
.container .about-content .content span {
  font-size: 23px !important;
  color: #333333 !important;
  line-height: 40px !important;
  margin-bottom: 10px;
  font-family: "Microsoft Yahei" !important;
}

.container .about-content .contactus .map {
  margin-bottom: 50px;
}

.container .about-content .contactus .map img {
  width: 1200px;
  height: 412px;
}

.container .about-content .contactus .address h2 {
  font-size: 28px;
  font-weight: bold;
  color: #2c3036;
  margin-bottom: 40px;
}

.container .about-content .contactus .address .xss {
  margin-bottom: 60px;
}

.container .about-content .contactus .address .xss .item {
  font-size: 21px;
  color: #333333;
  line-height: 40px;
  padding-left: 40px;
}

.container .about-content .contactus .address .xss .item.icon01 {
  background: url("../images/contact-01.png") no-repeat left center;
  background-size: 22px auto;
}

.container .about-content .contactus .address .xss .item.icon02 {
  background: url("../images/contact-02.png") no-repeat left center;
  background-size: 22px auto;
}

.container .about-content .contactus .address .xss .item.icon03 {
  background: url("../images/contact-03.png") no-repeat left center;
  background-size: 22px auto;
}

.container .about-content .contactus .address .xss .item.icon04 {
  background: url("../images/contact-04.png") no-repeat left center;
  background-size: 22px auto;
}

.container .about-content .organization #tabs {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}

.container .about-content .organization #tabs li {
  margin-right: 55px;
}

.container .about-content .organization #tabs li:nth-child(3n) {
  margin-right: 0;
}

.container .about-content .organization #tabs li a {
  display: block;
  width: 118px;
  height: 40px;
  background: #f4f4f4;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: #898989;
}

.container .about-content .organization #tabs li#current a {
  color: #ffffff;
  background: #ca0915;
}

.container .about-content .organization #content .list {
  display: flex;
  flex-wrap: wrap;
}

.container .about-content .organization #content .list .item {
  width: 168px;
  margin-right: 90px;
  margin-bottom: 80px;
}

.container .about-content .organization #content .list .item:nth-child(5n) {
  margin-right: 0;
}

.container .about-content .organization #content .list .item .avator {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 168px auto;
}

.container .about-content .organization #content .list .item .avator .works {
  position: absolute;
  bottom: -12px;
  left: 30px;
  width: 110px;
  height: 32px;
  background: #ca0915;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
}

.container .about-content .organization #content .list .item .name {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}

.container .about-content .organization #content .list .item .dec {
  text-align: center;
  font-size: 16px;
  color: #868686;
  line-height: 24px;
  height: 50px;
}

.container .about-content .organization #content .box {
  margin-bottom: 70px;
}

.container .about-content .organization #content .box h3 {
  font-size: 22px;
  color: #161616;
  padding-bottom: 14px;
  position: relative;
  margin-bottom: 25px;
}

.container .about-content .organization #content .box h3::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 10px;
  height: 2px;
  /* background: #ca0915; */
}

.container .about-content .organization #content .box .decs {
  font-size: 23px;
  color: #333333;
  line-height: 40px;
}

.container .about-content .organization #content .box ul li {
  font-size: 23px;
  color: #333333;
}

.container .about-content .organization #content .box ul li span {
  color: #999999;
}

.container .about-content .joinus .page1 {
  margin-bottom: 60px;
}

.container .about-content .joinus .page1 h2 {
  font-size: 18px;
  color: #161616;
  padding-bottom: 14px;
  position: relative;
  margin-bottom: 25px;
}

.container .about-content .joinus .page1 h2::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 10px;
  height: 2px;
  /* background: #ca0915; */
}

.container .about-content .joinus .page1 .box p {
  font-size: 23px !important;
  color: #333333 !important;
  line-height: 40px !important;
  margin-bottom: 10px;
}

.container .about-content .joinus .page2 h2 {
  font-size: 23px !important;
  color: #333333 !important;
  line-height: 40px;
  margin-bottom: 10px;
}

.container .about-content .joinus .page2 .list .item .name {
  font-size: 23px !important;
  color: #333333 !important;
  line-height: 40px !important;
  margin-bottom: 10px;
}

.container .about-content .joinus .page2 .list .item .workcontent p {
  font-size: 23px !important;
  color: #333333 !important;
  line-height: 40px !important;
  margin-bottom: 10px;
}

.container .about-content .joinus .page1 .box p span {
  color: #ca0915;
}

.container .about-content .joinus .page2 h2 {
  font-size: 18px;
  color: #333333;
  padding-bottom: 14px;
  position: relative;
  margin-bottom: 25px;
}

.container .about-content .joinus .page2 h2::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 10px;
  height: 2px;
  /* background: #ca0915; */
}

.container .about-content .joinus .page2 .list .item {
  margin-bottom: 45px;
}

.container .about-content .joinus .page2 .list .item .workname {
  height: 62px;
  background: #f9f9f9;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  box-sizing: border-box;
  cursor: pointer;
}

.container .about-content .joinus .page2 .list .item .workname .name {
  font-size: 18px;
  color: #333333;
}

.container .about-content .joinus .page2 .list .item .workname .icon {
  width: 20px;
  height: 20px;
  background: url("../images/job-icon.png") no-repeat center;
  background-size: cover;
}

.container .about-content .joinus .page2 .list .item .workname .icon.jian {
  background: url("../images/job-icon_.png") no-repeat center;
  background-size: 20px auto;
}

.container .about-content .joinus .page2 .list .item .workcontent {
  display: none;
}

.container .about-content .joinus .page2 .list .item .workcontent h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.container .about-content .joinus .page2 .list .item .workcontent ul li {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}

.container
  .about-content
  .joinus
  .page2
  .list
  .item
  .workcontent
  ul
  li::before {
  width: 4px;
  height: 4px;
  background: #f05a28;
  content: "";
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 3px;
}

.container .about-content .joinus .page2 .list .item .workcontent .deliverybtn {
  cursor: pointer;
  width: 112px;
  height: 44px;
  background: #ca0915;
  border-radius: 22px;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  color: #ffffff;
  margin-top: 30px;
}

.container .about-content .remittance-box .box {
  margin-bottom: 70px;
}

.container .about-content .remittance-box .box h3 {
  font-size: 20px;
  color: #161616;
  padding-bottom: 14px;
  position: relative;
  margin-bottom: 25px;
}

.container .about-content .remittance-box .box h3::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 10px;
  height: 2px;
  /* background: #ca0915; */
}

.container .about-content .remittance-box .box h3 span {
  font-weight: normal;
  color: #999999;
}

.container .about-content .remittance-box .box .dec p {
  font-size: 20px;
  color: #585858;
  line-height: 30px;
}

.container .about-content .remittance-box .box ul {
  overflow: hidden;
}

.container .about-content .remittance-box .box ul li {
  float: left;
  font-size: 20px;
  color: #585858;
  line-height: 30px;
  width: 770px;
}

.container .about-content .remittance-box .box ul li:nth-child(2n-1) {
  width: 430px;
}

.container .product-list {
  display: flex;
  flex-wrap: wrap;
}

.container .product-list .item {
  width: 283px;
  margin-right: 21px;
  margin-bottom: 40px;
}

.container .product-list .item:nth-child(4n) {
  margin-right: 0;
}

.container .product-list .item .photo {
  margin-bottom: 23px;
}

.container .product-list .item .photo a img {
  width: 283px;
  height: 146px;
}

.container .product-list .item .tit a {
  display: block;
  font-size: 23px;
  color: #333333;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.container .product-list .item .tit a:hover {
  color: #ca0915;
}

.container .welfare-list {
  display: flex;
  flex-wrap: wrap;
}

.container .welfare-list .item {
  display: flex;
  margin-right: 40px;
  margin-bottom: 30px;
  justify-content: space-between;
  width: 580px;
}

.container .welfare-list .item:nth-child(2n) {
  margin-right: 0;
}

.container .welfare-list .item .photo {
  width: 234px;
}

.container .welfare-list .item .photo a img {
  width: 234px;
  height: 134px;
}

.container .welfare-list .item .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 134px;
  width: 314px;
}

.container .welfare-list .item .info .headline a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 18px;
  color: #191919;
  line-height: 1.6;
}

.container .welfare-list .item .info .time {
  font-size: 14px;
  color: #b5b5b5;
}

.container .fund-list {
  margin-bottom: 50px;
}

.container .fund-list .box {
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  box-sizing: border-box;
}

.container .fund-list .box h2 {
  font-size: 23px;
  color: #333333;
  padding-bottom: 14px;
  position: relative;
  margin-bottom: 20px;
}

.container .fund-list .box h2::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 10px;
  height: 2px;
  /* background: #ca0915; */
}

.container .fund-list .box ul {
  display: flex;
  flex-wrap: wrap;
}

.container .fund-list .box ul li {
  margin-right: 20px;
  margin-bottom: 20px;
}

.container .fund-list .box ul li a {
  display: block;
  height: 38px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 20px;
  color: #5f5f5f;
  line-height: 38px;
}

.container .fund-list .box ul li a:hover {
  border-color: #ca0915;
  color: #ca0915;
}

.container .contribution .form {
  width: 830px;
  margin: 0 auto;
  margin-bottom: 70px;
  /* display: none; */
}

.container .contribution .form .item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.container .contribution .form .item .name {
  margin-right: 20px;
  width: 80px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  text-align: right;
}

.container .contribution .form .item .select {
  width: 730px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.container .contribution .form .item .select select {
  width: 100%;
  font-size: 18px !important;
  border: none;
}

.container .contribution .form .item .input {
  width: 730px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.container .contribution .form .item .input input {
  width: 100%;
  font-size: 14px;
  color: #333333;
}

.container .contribution .form .item .input-box {
  display: flex;
}

.container .contribution .form .item .input-box .itm {
  width: 80px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  border-radius: 5px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
  margin-right: 20px;
}

.container .contribution .form .item .input-box .itm.active {
  color: #ca0915;
  border-color: #ca0915;
}

.container .contribution .form .item .input-box .input-s {
  width: 230px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.container .contribution .form .item .input-box .input-s input {
  width: 100%;
  font-size: 14px;
  color: #333333;
}

.container .contribution .form .item .payway {
  display: flex;
}

.container .contribution .form .item .payway .itm {
  width: 168px;
  height: 66px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  box-sizing: border-box;
  margin-right: 20px;
}

.container .contribution .form .item .payway .itm.active {
  border: none;
  position: relative;
}

.container .contribution .form .item .payway .itm.active::before {
  position: absolute;
  content: "";
  background: url("../images/choosed-icon.png") no-repeat center;
  background-size: 168px auto;
  width: 168px;
  height: 66px;
}

.container .contribution .form .item .payway .itm:first-child {
  background: url("../images/pay-icon01.png") no-repeat center;
  background-size: 96px auto;
}

.container .contribution .form .item .payway .itm:nth-child(2) {
  background: url("../images/pay-icon02.png") no-repeat center;
  background-size: 117px auto;
}

.container .contribution .form .item .payway .itm:nth-child(3) {
  background: url("../images/pay-icon03.png") no-repeat center;
  background-size: 125px auto;
}

.container .contribution .form .submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 85px;
}

.container .contribution .form .submit button {
  width: 182px;
  height: 48px;
  background: #ca0915 !important;
  border-radius: 5px;
  font-size: 14px !important;
  font-weight: 500;
  color: #ffffff !important;
  border: none;
  cursor: pointer;
}

.container .contribution .box-m {
  display: none;
}

.container .product-detail .prduct-title {
  font-size: 28px;
  color: #181818;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}

/* .container .product-detail .prduct-titles {
  font-size: 28px;
  color: #181818;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  margin-bottom: 45px;
} */

.container .product-detail .prduct-title::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  bottom: 0;
  width: 30px;
  height: 4px;
  /* background: #ca0915; */
}

.container .product-detail .infobox {
  margin-bottom: 85px;
}

.container .product-detail .infobox .boxq {
  display: flex;
  justify-content: space-between;
}

.container .product-detail .infobox .boxq .dec {
  width: 100%;
  /* margin-top: 190px; */
}

.container .product-detail .infobox .boxq .dec td {
  background-color: white !important;
}

.infobox .boxq .dec {
  font-size: 20px !important;
}

.infobox .boxq .dec section {
  font-size: 20px !important;
}

.container .product-detail .infobox .boxq .dec p {
  font-size: 23px !important;
  color: #333333 !important;
  line-height: 40px;
  margin-bottom: 10px;
}

.container .product-detail .infobox .boxq .dec p span {
  font-size: 23px !important;
  color: #333333 !important;
  line-height: 40px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .container .product-detail .infobox .boxq .dec p span img {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: -2px;
  }
  .container .product-detail .infobox .boxq .dec p span img[src*="jpg"] {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    top: -2px;
  }
  .container .product-detail .infobox .boxq .dec p span img[src*="png"] {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    top: -2px;
  }
}
@media only screen and (max-width: 767px) {
  .container .product-detail .infobox .boxq .dec p span img {
    width: 20px !important;
    height: 20px !important;
    display: inline-block;
    position: relative;
    top: -2px;
  }
  .container .product-detail .infobox .boxq .dec p span img[src*="jpg"] {
    width: 314px !important;
    height: 146px !important;
    display: inline-block;
    position: relative;
    top: -2px;
  }
  .container .product-detail .infobox .boxq .dec p span img[src*="JPG"] {
    width: 100% !important;
    height: 100% !important;
    display: inline-block;
    position: relative;
    top: -2px;
  }
  .container .product-detail .infobox .boxq .dec p span img[src*="png"] {
    width: 100% !important;
    height: 100% !important;
    display: inline-block;
    position: relative;
    top: -2px;
  }
}
.container .product-detail .infobox .boxq .photo img {
  width: 510px;
  height: 316px;
}

.container .product-detail .processbox {
  position: relative;
  margin-bottom: 65px;
}

.container .product-detail .processbox .process-list {
  position: relative;
}

.container .product-detail .processbox .process-list.height {
  height: 540px;
  overflow: hidden;
}

.container .product-detail .processbox .process-list::before {
  position: absolute;
  left: 129px;
  z-index: -2;
  content: "";
  height: 100%;
  width: 8px;
  background: #f2f4f8;
  top: 33px;
}

.container .product-detail .processbox .process-list::after {
  position: absolute;
  left: 129px;
  z-index: -1;
  content: "";
  width: 8px;
  background-color: #ffffff;
  bottom: -33px;
  height: 60px;
}

.container .product-detail .processbox .process-list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 44px;
}

.container .product-detail .processbox .process-list .item .time .month {
  font-size: 28px;
  font-family: Berlin Sans FB;
  color: #333333;
}

.container .product-detail .processbox .process-list .item .time .year {
  color: #868686;
  font-size: 14px;
}

.container .product-detail .processbox .process-list .item .icon img {
  width: 30px;
  height: 30px;
}

.container .product-detail .processbox .process-list .item .dec {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 25px 20px;
  box-sizing: border-box;
  width: 992px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.container .product-detail .processbox .process-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 138px;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.2) 100%);
}

.container .product-detail .processbox .process-btn a {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 500;
  color: #ca0915;
  background: url("../images/arrow-bottom-red.png") no-repeat right center;
  background-size: 18px auto;
  padding-right: 30px;
}

.container .product-detail .processbox .process-btn a.stow {
  position: initial;
  background: url("../images/arrow-top-red.png") no-repeat right center;
}

.container .product-detail .storybox {
  width: 1330px;
  margin: 0 auto;
  margin-bottom: 130px;
}

.container .product-detail .storybox .swiper-box {
  width: 1330px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container .product-detail .storybox .swiper-box .swiper {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.container .product-detail .storybox .swiper-box .swiper .swiper-wrapper {
  width: 1200px;
  margin: 0 auto;
}

.container
  .product-detail
  .storybox
  .swiper-box
  .swiper
  .swiper-wrapper
  .swiper-slide {
  width: 276px;
  margin-right: 31px;
}

.container
  .product-detail
  .storybox
  .swiper-box
  .swiper
  .swiper-wrapper
  .swiper-slide
  .photo {
  margin-bottom: 25px;
}

.container
  .product-detail
  .storybox
  .swiper-box
  .swiper
  .swiper-wrapper
  .swiper-slide
  .photo
  img {
  width: 276px;
  height: 292px;
  border-radius: 15px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  clip: rect(0px, 276px, 292px, 0px);
}

.container
  .product-detail
  .storybox
  .swiper-box
  .swiper
  .swiper-wrapper
  .swiper-slide
  .name {
  width: 276px;
  font-size: 18px;
  color: #181818;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.container .product-detail .storybox .swiper-box .prev {
  width: 43px;
  height: 43px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  background: url("../images/arrow-left-gray.png") no-repeat center;
  background-size: 12px auto;
  cursor: pointer;
  margin-bottom: 40px;
}

.container .product-detail .storybox .swiper-box .prev:hover {
  background: #ca0915 url("../images/arrow-left-white.png") no-repeat center;
  background-size: 12px auto;
}

.container .product-detail .storybox .swiper-box .next {
  width: 43px;
  height: 43px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  background: url("../images/arrow-right-gray.png") no-repeat center;
  background-size: 12px auto;
  cursor: pointer;
  margin-bottom: 40px;
}

.container .product-detail .storybox .swiper-box .next:hover {
  background: #ca0915 url("../images/arrow-right-white.png") no-repeat center;
  background-size: 12px auto;
}

.container .product-detail .storybox .swiper-box-m {
  display: none;
}

.container .product-detail .contributionbox {
  height: 276px;
  background: url("../images/contribution-bg.png") no-repeat center;
  background-size: cover;
  padding-top: 53px;
  padding-left: 43px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 90px;
}

.container .product-detail .contributionbox .tt {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 40px;
}

.container .product-detail .contributionbox .money {
  font-size: 64px;
  font-family: DIN;
  font-weight: 500;
  color: #ffffff;
}

.container .product-detail .contributionbox .tosubmit a {
  position: absolute;
  right: 59px;
  bottom: 42px;
  display: block;
  width: 191px;
  height: 62px;
  background: #ffffff;
  border-radius: 31px;
  cursor: pointer;
  text-align: center;
  line-height: 62px;
  font-size: 20px;
  font-weight: 500;
  color: #ca0915;
}

.container .product-detail .mobile-tosumbit {
  display: none;
}

.container .product-detail .usagedetailsbox {
  margin-bottom: 100px;
}

.container .product-detail .usagedetailsbox .three {
  display: flex;
  padding-left: 50px;
  margin-bottom: 25px;
  box-sizing: border-box;
}

.container .product-detail .usagedetailsbox .three .item {
  font-size: 20px;
  color: #8f8f8f;
}

.container .product-detail .usagedetailsbox .three .item:first-child {
  width: 464px;
}

.container .product-detail .usagedetailsbox .three .item:nth-child(2) {
  width: 464px;
}

.container .product-detail .usagedetailsbox .three .item:nth-child(3) {
  width: 172px;
}

.container .product-detail .usagedetailsbox .box {
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px 50px;
  box-sizing: border-box;
  position: relative;
}

.container .product-detail .usagedetailsbox .box ul li {
  display: flex;
  margin-bottom: 35px;
}

.container .product-detail .usagedetailsbox .box ul li .time {
  font-size: 16px;
  color: #333333;
  width: 464px;
}

.container .product-detail .usagedetailsbox .box ul li .money {
  font-size: 16px;
  color: #333333;
  width: 464px;
}

.container .product-detail .usagedetailsbox .box ul li .dec {
  font-size: 16px;
  color: #333333;
  width: 172px;
}

.container .product-detail .usagedetailsbox .box ul.height {
  height: 240px;
  overflow: hidden;
}

.container .product-detail .usagedetailsbox .box .usagedetails-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 138px;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.2) 100%);
}

.container .product-detail .usagedetailsbox .box .usagedetails-btn a {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 500;
  color: #ca0915;
  background: url("../images/arrow-bottom-red.png") no-repeat right center;
  background-size: 18px auto;
  padding-right: 30px;
}

.container .pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 85px;
  margin-top: 95px;
}

.footer {
  width: 100%;
  /* background: #36383d; */
  background: #eee;
  padding: 38px 0 70px 0;
}

.footer .wrap {
  width: 1480px;
  margin: 0 auto;
  display: flex;
}

@media (min-width: 769px) and (max-width: 1300px) {
  .footer .wrap {
    width: 100%;
  }
}

.footer .wrap .left {
  margin-right: 110px;
}

.footer .wrap .left .logo {
  margin-bottom: 48px;
}

.footer .wrap .left .logo a img {
  width: 320px;
  height: 90px;
}

.footer .wrap .left .three-icon {
  display: flex;
      justify-content: space-between;
}

.footer .wrap .left .three-icon .item {
  margin-right: 35px;
}

.footer .wrap .left .three-icon .item:last-child {
  margin-right: 0;
}

.footer .wrap .left .three-icon .item a img {
  width: 38px;
  height: 38px;
}

.footer .wrap .right {
  flex: 1;
}

.footer .wrap .right .footer-nav {
  margin-bottom: 40px;
}

.footer .wrap .right .footer-nav ul {
  display: flex;
  justify-content: space-between;
}

.footer .wrap .right .footer-nav ul li a {
  font-size: 20px;
  /* color: #ffffff; */
}

.footer .wrap .right .info .phone {
  font-size: 20px;
  /* color: #ffffff; */
  background: url("../images/contact-02.png") no-repeat left center;
  background-size: 20px auto;
  line-height: 20px;
  padding-left: 30px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.footer .wrap .right .info .two {
  display: flex;
  /* margin-bottom: 35px;*/
  /* margin-bottom: 8px; */
}

.footer .wrap .right .info .two .item {
  font-size: 20px;
  /* color: #ffffff; */
  padding-left: 30px;
  line-height: 20px;
}

.footer .wrap .right .info .two .item.email {
  background: url("../images/contact-04.png") no-repeat left center;
  background-size: 20px auto;
}

.footer .wrap .right .info .two .item.address {
  background: url("../images/contact-01.png") no-repeat left center;
  background-size: 20px auto;
  margin-left: 90px;
}

.footer .wrap .right .copyright {
  font-size: 20px;
  color: #b1b1b1;
  padding-top: 10px;
}

.popup {
  display: none;
}

.popup-td {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
}

.popup-td .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 576px;
  height: 460px;
  /* background: #ffffff; */
  border-radius: 12px;
  padding-top: 23px;
  box-sizing: border-box;
}

.popup-td .wrap .title {
  text-align: center;
  font-size: 20px;
  color: #333333;
  line-height: normal;
}

.popup-td .wrap .closed {
  position: absolute;
  right: 22px;
  top: 23px;
  width: 16px;
  height: 16px;
  background: url("../images/pop-closed-icon.png") no-repeat center;
  background-size: cover;
  cursor: pointer;
}

.popup-td .wrap .form {
  width: 464px;
  margin: 0 auto;
  margin-top: 55px;
}

.popup-td .wrap .form .input {
  width: 464px;
  height: 48px;
  border: 1px solid #d5d5d5;
  border-radius: 7px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.popup-td .wrap .form .input input {
  height: 44px;
  width: 100%;
  font-size: 16px;
}

.popup-td .wrap .form .input.file {
  background: url("../images/upload-icon.png") no-repeat 423px center;
  background-size: 24px auto;
}

.popup-td .wrap .form .input.file input {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 424px;
}

.popup-td .wrap .form .input.file span {
  color: #bbbbbb;
  font-size: 16px;
}

.popup-td .wrap .form .submit {
  width: 464px;
  height: 48px;
  background: #ca0915;
  border-radius: 7px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  margin-top: 40px;
  cursor: pointer;
}

.fixed-code {
  position: fixed;
  z-index: 999;
  right: 40px;
  bottom: 200px;
}
.Solemn-Statement {
  position: fixed;
  z-index: 999;
  right: 40px;
  bottom: 50px;
}
.fixed-code .box {
  width: 105px;
  display: flex;
  flex-direction: column;
  /* border: 2px solid #be1a21; */
  border-radius: 17px;
  overflow: hidden;
  background-color: white;
}
.fixed-code .box img {
  width: 100%;
  height: 104px;
}
.fixed-code .box .img {
  text-align: center;
  padding: 4px;
  box-sizing: border-box;
  font-size: 17px;
  color: #be1a21;
  font-weight: 700;
  border-radius: 0 0 17px 17px;
  border: 2px solid #be1a21;
  border-top: 0;
}

.page-eventhistory .townredbtn {
  width: 148px;
  height: 52px;
  background: #ca0915;
  border-radius: 5px;
  text-align: center;
  line-height: 52px;
  font-size: 18px;
  position: absolute;
  bottom: 100px;
  right: 160px;
}

.page-eventhistory .townredbtn a {
  color: #ffffff;
}

/* .Solemn-Statement {
  width: 104px;
  height: 104px;
  background-color: #ffffff;
  box-sizing: border-box;
  border: 2px solid #900000;
  border-radius: 15px;
  position: fixed;
  bottom: 140px;
  right: 10px;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.Solemn-Statement .Solemn-Text {
  font-size: 36px;
  color: #900000;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
} */

@media only screen and (max-width: 768px) {
  .Solemn-Statement {
    display: none;
  }
}

.footer .wrap .left .three-iconPC .item {
  position: relative;
}

.footer .wrap .left .three-iconPC .item .imgLinkPublic {
  width: 200px;
  height: 200px;
  position: absolute;
  top: -230px;
  left: -72px;
  z-index: 100px;
  display: none;
}

.footer .wrap .left .three-iconPC .item .imgLinkPublic img {
  width: 200px;
  height: 200px;
}

.footer .wrap .left .three-iconPC .imgLinkOne:hover .imgLinkPublic {
  display: block;
}

.footer .wrap .left .three-iconPC .imgLinkTwo:hover .imgLinkPublic {
  display: block;
}

.footer .wrap .left .three-iconPC .imgLinkFree:hover .imgLinkPublic {
  display: block;
}

.footer .wrap .left .three-iconPC .imgLinkFrou:hover .imgLinkPublic {
  display: block;
}

.footer .wrap .left .three-iconAPP {
  display: none;
}

@media only screen and (max-width: 768px) {
  .footer .wrap .left .three-iconAPP {
    display: block;
  }

  .footer .wrap .left {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 1.533rem;
    border-bottom: 1px solid #494949;
  }

  .footer .wrap .left .three-iconPC {
    display: none !important;
  }
}

/* 底部维护 */
.info-app {
  display: none;
}

@media only screen and (max-width: 768px) {
  .info-app {
    display: block;
  }

  .info-pc {
    display: none;
  }
}
 